projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b41540
)
CEDET (srecode-create-dictionary): Avoid obsolete object name
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 11 May 2015 02:08:07 +0000
(22:08 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 11 May 2015 02:08:07 +0000
(22:08 -0400)
* lisp/cedet/srecode/dictionary.el (srecode-create-dictionary):
Don't use a symbol as an object name. Reported by Pierre Lorenzon.
lisp/cedet/srecode/dictionary.el
patch
|
blob
|
history
diff --git
a/lisp/cedet/srecode/dictionary.el
b/lisp/cedet/srecode/dictionary.el
index 97d3310a2aed830b52c199bfe05c221d4c6c84d6..27e730f9d6ac545915d64fa6a6b98ae64c25cd7f 100644
(file)
--- a/
lisp/cedet/srecode/dictionary.el
+++ b/
lisp/cedet/srecode/dictionary.el
@@
-195,8
+195,8
@@
associated with a buffer or parent."
initfrombuff t)))
;; Create the new dictionary object.
- (let ((dict (
srecode-dictionary
- major-mode
+ (let ((dict (
make-instance
+ 'srecode-dictionary
:buffer buffer
:parent parent
:namehash (make-hash-table :test 'equal